home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000098_fdc@columbia.edu_Thu May 30 13:57:45 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  41 lines

  1. Article: 13392 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: getting error: A specified file does not support the ioctl system call
  6. Date: 30 May 2002 13:57:34 -0400
  7. Organization: Columbia University
  8. Lines: 24
  9. Message-ID: <ad5p6e$cqc$1@watsol.cc.columbia.edu>
  10. References: <3cf432a3_5@corp-goliath.newsgroups.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1022781455 18278 128.59.39.139 (30 May 2002 17:57:35 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 30 May 2002 17:57:35 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13392
  16.  
  17. In article <3cf432a3_5@corp-goliath.newsgroups.com>,
  18.  <repost@nospam.innate2create.com> wrote:
  19. : Been trying to convert a Kermit job to cron but get the following error
  20. : output to stderr:
  21. : tcgetattr: A specified file does not support the ioctl system call
  22. : The kermit script is simple and works just fine manually, ie with a terminal
  23. : session and downloading a file via xmodem from the remote host.  However, in
  24. : making it a cron job, it fails at the very moment the xmodem file transfer
  25. : begins with a 0 byte file rcv'd.  Dialing the modem works fine, getting
  26. : carrier works fine and dialog to login with username and password works fine
  27. : in cron mode, however, manual mode is successful in receiving the file via
  28. : xmodem and cron is not.
  29. Probably the error message is coming from your Xmodem program.  Some of
  30. these programs were not designed to be used as "clients" but only as "servers"
  31. (these words have slightly different meanings in the XYZMODEM world).  The
  32. standard advice is to get an Xmodem program that was intended for client
  33. use, such as crzsz:
  34.  
  35.   http://www.omen.com/unixp.html
  36.  
  37. - Frank
  38.